/* Typography (File used for typography - general styles)
--------------------------------------- */
/*
@font-face {
	font-family: 'RobotoCondensed';
	src: url('../Fonts/RobotoCondensed-Regular.eot');
	src: url('../Fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), 
		 url('../Fonts/RobotoCondensed-Regular.woff') format('woff'), 
		 url('../Fonts/RobotoCondensed-Regular.ttf') format('truetype'), 
		 url('../Fonts/RobotoCondensed-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed-Italic';
	src: url('../Fonts/RobotoCondensed-Italic.eot');
	src: url('../Fonts/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'), 
		 url('../Fonts/RobotoCondensed-Italic.woff') format('woff'), 
		 url('../Fonts/RobotoCondensed-Italic.ttf') format('truetype'), 
		 url('../Fonts/RobotoCondensed-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed-Light';
	src: url('../Fonts/RobotoCondensed-Light.eot');
	src: url('../Fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'), 
		 url('../Fonts/RobotoCondensed-Light.woff') format('woff'), 
		 url('../Fonts/RobotoCondensed-Light.ttf') format('truetype'), 
		 url('../Fonts/RobotoCondensed-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url('../Fonts/RobotoCondensed-Bold.eot');
	src: url('../Fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), 
		 url('../Fonts/RobotoCondensed-Bold.woff') format('woff'), 
		 url('../Fonts/RobotoCondensed-Bold.ttf') format('truetype'), 
		 url('../Fonts/RobotoCondensed-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed-LightItalic';
    src: url('../Fonts/robotocondensed-lightitalic-webfont.woff2') format('woff2'),
         url('../Fonts/robotocondensed-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 
@font-face {
    font-family: 'RobotoCondensed-BoldItalic';
    src: url('../Fonts/robotocondensed-bolditalic-webfont.woff2') format('woff2'),
         url('../Fonts/robotocondensed-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

html {
	color: #606061;
	font: 16px/20px 'Roboto Condensed',Sans-Serif;
}
body {
	min-height: 100%;
	margin: 0;
	padding: 0px;
	font-family: 'Roboto Condensed';
	font-size: 16px;
	line-height: 20px;
	background: #fff;
	color: #606061;
}

#website .h1,
#website h1,
#website h1 span,
#website h1 a {
	font-size: 50px;
	line-height: 55px;
	color: #606061;
}
#website h1 { 
	margin-bottom: 10px;
	font-weight: normal;
}
#website .h2,
#website h2,
#website h2 span,
#website h2 a {
	font-size: 40px;
	line-height: 45px;
	color: #606061;
}
#website h2 { 
	margin-bottom: 37px;
	font-weight: normal; 
}
#website .h3,
#website h3,
#website h3 span,
#website h3 a {
	font-size: 30px;
	line-height: 36px;
	color: #606061;
}
#website h3 { 
	margin-bottom: 19px;
	font-weight: normal; 
}
#website .h4,
#website h4,
#website h4 span,
#website h4 a {
	font-size: 26px;
	line-height: 34px;
	color: #606061;
}
#website h4 { 
	margin-bottom: 37px;
	font-weight: normal;
}
#website .h5,
#website h5,
#website h5 span,
#website h5 a {
	font-size: 22px;
	line-height: 28px;
	color: #606061;
}
#website h5 { 
	margin-bottom: 4px;
	font-weight: normal;
}
#website .h6,
#website h6,
#website h6 span,
#website h6 a {
	font-size: 18px;
	line-height: 26px;
	color: #606061;
}
#website .h1,
#website .h2,
#website .h3,
#website .h4,
#website .h5,
#website .h6 {
	display: block;
	font-weight: normal;
}
#website p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 26px;
	font-family: 'Roboto Condensed';
        font-weight:300;
}
#website a {
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	color: #0093c0;
	-moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#website a.link-with-arrow {
	padding-right: 20px;
	margin-right: 5px;
	background: url("../Images/small-blue-arrow.png") no-repeat right 8px;
}
#website a:hover {
	text-decoration: underline;
}
#website .ff-rcr {
	font-family: 'RobotoCondensed';
}
#website .ff-rci {
	font-family: 'RobotoCondensed-Italic';
}
#website .ff-rcl {
	font-family: 'RobotoCondensed-Light';
}
#website .ff-rcb {
	font-family: 'RobotoCondensed-Bold';
}
#website .ff-rcli {
	font-family: 'RobotoCondensed-LightItalic';
}
#website .ff-rcbi {
	font-family: 'RobotoCondensed-BoldItalic';
}
#website span {
	font-size: 14px;
	line-height: 16px;
}
#website .blue-text {
	color: #0093c0 !important;
}
#website .margin-bbig {
	margin-bottom: 44px;
}

/*UL OL*/
#website .article ul.list {
	margin-bottom: 15px;		
}
#website .ce-textpic ul.list {
    margin: 50px 0 56px;
}
#website .article ul.list > li {
    font-size: 20px;
    line-height: 45px;
    font-family: 'RobotoCondensed-Light';
    display: block;
    color: #606061;
    background: url(../Images/list-image-big.png) no-repeat 2px 18px;
    padding-left: 29px;
    margin-left: 102px;
}
#website .article ol.order-list {
	margin-left: 19px;
	margin-bottom: 15px;
}
#website .article ol.order-list > li {
    font-size: 20px;
    line-height: 45px;
    font-family: 'RobotoCondensed-Light';
    color: #606061;
    padding-left: 15px;
}
#website .article .list > li > .list,
#website .article .order-list > li > .order-list,
#website .article .list > li > .order-list,
#website .article .order-list > li > .list {
	margin-bottom: 0px;
    margin-top: 0px;
}

/* Table */
#website table th,
#website .article table th {
	color: #606061;
	font-family: 'RobotoCondensed-Bold';
    font-size: 22px;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#website table td,
#website .article table td {
	font-size: 18px;
    line-height: 24px;
    margin-bottom: 26px;
    font-family: 'RobotoCondensed-Light';
    color: #606061;
}

/* Sitemap */
#website .article .sitemap ul > li {
	font-size: 20px;
    line-height: 45px;
    display: block;
    color: #606061;
    background: url(../Images/plus-icon.png) no-repeat 1px 19px;
    padding-left: 29px;
     font-family: 'RobotoCondensed';
}
#website .article .sitemap ul > li.open {
	background-image: url(../Images/smaller-line.png);
	background-position: 1px 22px;
}
#website .article .sitemap ul > li ul > li {
	font-size: 18px;
    line-height: 30px;
    background-position: 1px 11px;
    margin-left: 2px;
}
#website .article .sitemap ul > li ul {
	margin-top: 15px;
}
#website .article .sitemap ul > li ul ul {
	margin-top: 17px;
	margin-bottom: 15px;
}
#website .article .sitemap ul > li ul > li.open {
    background-position: 1px 15px;
}
#website .article .sitemap ul > li > ul > li > ul > li {
    font-family: 'RobotoCondensed-Light';
    background: transparent !important;
    padding: 0px;
    margin-left: 6px;
}